home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 21
/
AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso
/
PublicDomain
/
Anwendungen
/
Ibiza
/
Install
/
English
next >
Wrap
Text File
|
1999-08-18
|
1KB
|
67 lines
;Installer script for Ibiza 1.0 or higher
;Ibiza by Marcus Tobias
(transcript "Install Ibiza")
(set #dir
(askdir
(prompt "Where to copy Ibiza? (No dir will create)")
(help @askdir-help)
(default "SYS:")
)
)
(set #docs
(askdir
(prompt "Where to copy Ibiza-Docs?")
(help @askdir-help)
(default "HELP:")
)
)
(copyfiles
(prompt "Copy Ibiza")
(help @copyfiles-help)
(source "/")
(dest #dir )
(choices "Ibiza")
)
(copyfiles
(prompt "Copy Ibiza.info")
(help @copyfiles-help)
(source "/")
(dest #dir )
(choices "Ibiza.info")
)
(copyfiles
(prompt "Copy Ibiza.guide")
(help @copyfiles-help)
(source "/Documents")
(dest #docs )
(choices "Ibiza.guide")
)
(copyfiles
(prompt "Copy Ibiza.guide.info")
(help @copyfiles-help)
(source "/Documents")
(dest #docs )
(choices "Ibiza.guide.info")
)
(copyfiles
(prompt "Copy Examples")
(help @copyfiles-help)
(source "/")
(dest #dir )
(choices "Projects")
)
(message "Ok, have fun with Ibiza!")